* net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 25 Jul 2009 08:31:09 +0000 (08:31 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 25 Jul 2009 08:31:09 +0000 (08:31 +0000)
instead of "IsNSSSupportAvailable".  Avahi ought to work also when
"IsNSSSupportAvailable" method is not available.  Reported by
Steve Youngs <steve@sxemacs.org>.

lisp/net/zeroconf.el

index 972ff88bb690623aef7042ce3abe73e5718d58c3..e6339776a65c4cbaaed1f07f8b88418a0161dab5 100644 (file)
@@ -482,7 +482,7 @@ DOMAIN is nil, the local domain is used."
             (dbus-ping :system zeroconf-service-avahi)
             (dbus-call-method
              :system zeroconf-service-avahi zeroconf-path-avahi
-             zeroconf-interface-avahi-server "IsNSSSupportAvailable"))
+             zeroconf-interface-avahi-server "GetVersionString"))
 
     ;; Reset all stored values.
     (setq zeroconf-path-avahi-service-type-browser nil